<body>
<div id="formDiv" class="mainDiv">
<div>
<div style="float:left;width:80px;">Imi:</div>
<div><input type="text" value="" 
       id="tfImie" class="myTextInput"/>
</div>
<div style="float:left;width:80px;">Nazwisko:</div>
<div><input type="text" value="" 
       id="tfNazwisko" class="myTextInput"/>
</div>
<div style="width:50%;margin:0 auto;text-align:center;">
  <input type="button" value="Wylij" class="myButton" id="btnWyslij"
         onclick="wyslijDane();" style="margin-top:10px;" />
</div>
</div>

</body>